why my unit testing taken more than normal time to run in VS 2010 Premium [on hold]

Posted by kombo on Programmers See other posts from Programmers or by kombo
Published on 2013-10-21T15:08:28Z Indexed on 2013/10/21 16:08 UTC
Read the original article Hit count: 116

Filed under:
|

I have only 4 proeject in my solutions. Am trying to run a unit test for one of my class in one of the project. I Create the unit test by:

  1. Right clicking on the class choose the create unit test option.

  2. I followed the wizard to the end.which resulting the test creation.

  3. I just pass the values of the parameter and run the test. but my test keep running. Both surprisingly it runs on other developers pc. NB:My class is connecting to the database and my application is asp.net web form. i know this is not recommended but i want to have my test running now. i have tried alot of samples on the internet but still my problem persist. Could any one tell me the cause of the extreme slowness(more than 30 minutes)

© Programmers or respective owner

Related posts about unit-testing

Related posts about ASP.NET